authentication-services-colmena
đ Dictionary
This section provides a comprehensive glossary of terms and definitions used throughout the API documentation. It is designed to clarify technical concepts and ensure a better understanding of the API's functionality.
đ Terms
Term | Definition |
---|---|
accessToken | A token generated to authenticate requests to other services. |
expiresIn | The lifespan of the token, measured in milliseconds or seconds. |
refreshToken | A token used to renew the accessToken without the need to request credentials again. |
clientId | A unique identifier assigned to a registered application for accessing the API. |
clientSecret | A secret key associated with the clientId to authenticate the application. |
grantType | The method used to obtain the token. Example: authorizationCode or clientCredentials . |
authorization | An HTTP header containing the access token to perform authenticated requests. |
scope | Permissions or access levels associated with a token. Example: full or offlineAccess . |
authorizationCode | A temporary code issued during the authorization flow to obtain an access token. |
bearerToken | A type of token that allows access to protected resources via the Authorization header. |
âšī¸ Use this dictionary as a quick reference guide while exploring the API's endpoints and parameters. It ensures consistency and aids in better understanding of key elements and processes.
đ Support
For any issues, please contact the API support team:
Integration Services and Applications Coordination
đ§ epalma@fgs.co
đ Notes
- Documentation last updated: January 2025
- For further updates, refer to the API Exchange Portal